home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / QuadbaseSystemsInc / _install / install_download.txt < prev    next >
Text File  |  2000-02-07  |  3KB  |  66 lines

  1.  
  2. Installation for EspressChart Download Version 2.2.1
  3. -----------------------------------------------------
  4.  
  5. Requirements :  A Java 1.1/1.2 VM MUST already be installed on the machine where     
  6.         EspressChart is to be installed.
  7.  
  8. In order to install the Evaluation version of EspressChart, a Java 1.1/1.2 VM 
  9. must already have been installed.  To run the installation program, use the 
  10. JVM to execute espresschart.class.  For example, under Windows NT, you can type 
  11. "jview espresschart" in a command prompt window to start the installation.  Make 
  12. sure that the current directory contains the espresschart.class file.  Jview is 
  13. Microsoft's JVM (Java Virtual Machine).
  14.  
  15. For Solaris users, if you are using JDK 1.2, you need to run the following:
  16.  
  17.   java -Xmx32M espresschart
  18.  
  19. otherwise, outofMemory error message may appear.
  20.  
  21.   During the installation (and after the license agreement has been 
  22. established), the wizard will ask 
  23.  
  24.         a) The directory where EspressChart is to be installed: An         
  25.            installation directory can be chosen by clicking on the
  26.            Browse button and selecting the desired directory.  The
  27.            default is /EspressChart .
  28.  
  29.   After confirming the options selected, the wizard will then proceed to install 
  30. the EspressChart files.
  31.  
  32.   Note that this installation will pick up the first JVM that it finds.  In case 
  33. of multiple JVM's on the machine, edit the server.bat (or server) and 
  34. designer.bat (or designer) to point to the JVM of your choosing.
  35.  
  36. For those who are interested in example API source codes, please note that all the sample
  37. source codes are located at /EspressChart/help/exmaples/src directory. If you modify any
  38. of the sample, you should compile as follows:
  39.  
  40. >javac -d ..\classes sample.java      (note -d flag means destination of the class file)
  41.  
  42. because the source and the class files are in separate directories. 
  43.  
  44.  
  45. Also, if you have installed EspressChart on a Web Server, you can browse the following URL:
  46.  
  47. machine-name/espresschart/help/examples/index.html
  48.  
  49.  
  50. Scrolling down the left column to the API examples.
  51.  
  52.  
  53. You can also just browse to www.quadbase.com/espresschart/help/examples/index.html.
  54.  
  55. Furthermore, API documentations are located in espresschart/help/apidocs directory. The Method
  56. list is in API_Metohds_1.html.
  57.  
  58. ================================================================================
  59.  
  60. If you have any technical questions, send email to Support@Quadbase.com
  61.  
  62. For Sales inquiries, please email Sales@Quadbase.com
  63.  
  64. Or, you can reach us at (408)-982-0835 (phone) and (408)-982-0838 (fax)
  65.  
  66.